home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / jlh.zip / JLH.DOC < prev   
Text File  |  1986-08-01  |  1KB  |  49 lines

  1.  
  2. JLH Command
  3. -----------
  4.  
  5. Function:  To invoke Tall Tree's JET utility to copy files from
  6.        every directory on one drive to another drive.
  7.  
  8. Usage:       JLH    s:[\path]  [t:]  [options]
  9.  
  10. Remarks:   The s: parameter specifies the source drive. The t: parameter
  11.      specifies the target drive and defaults to drive A.
  12.  
  13.        The 'path' operand is optional. If omitted, all directories
  14.      on the source drive, beginning with the root directory, are
  15.      copied to the target drive. If 'path' is supplied, directories
  16.      beginning with the specified path are copied.
  17.  
  18.        The 'options' are passed to the JET utility. None are
  19.      required.
  20.  
  21.        As each directory is processed, the JET command is displayed.
  22.      You may terminate JLH by pressing the ESCape key at any time.
  23.  
  24. Examples:
  25.  
  26.     o  Copy all from all directories on drive C to floppy drive A,
  27.        on to as many diskettes as needed:
  28.  
  29.         JLH  C: A: /D
  30.  
  31.     o  Restore all files from the diskettes in drive A: to drive C:
  32.        for the subdirectory called TEST
  33.  
  34.         JLH  A:\TEST C: /R
  35.  
  36.     o  Copy all files in all subdirectories from drive C to drive D
  37.        with the mandatory option:
  38.  
  39.         JLH  C: D: /M
  40.  
  41. Notes:
  42.     Written for the IBM PC using DOS 2.0 or later.
  43.  
  44.     Requires at most 64k plus JET's requirements.
  45.  
  46.     Copyright Vernon D. Buerg, 1986. For personal use.
  47.     Version 1.07, Aug 1, 1986.
  48.  
  49.